﻿/*
 * 广东长大公路网站公用CSS定义
 * 
 */

/* ==全局样式定义开始== */

html {
	width: 100%;
	height: 100%;
	background: #0959c3 url(Images/bgAll.gif) top repeat-x;
}
body, a, table, input, dl, ul, textarea {
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif, "宋体";
}
body {
	background: none;
}
a {
	cursor: pointer;	
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
dl, dt, dd, ul, li, form, p, h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
}
dt {
	word-break: keep-all;
	white-space: nowrap;
	word-wrap: normal;
	line-break: normal;
}
dd {
	word-break: break-all;
	white-space: normal;
	word-wrap: break-word;
	line-break: strict;/*IE,非汉字换行*/
}
li {
	list-style: none;
}
img {
	border: 0px;
}
input {
	vertical-align: middle;
}
table {
	table-layout: auto;
	border: 0px;
	padding: 0px;
}
table .center {
	text-align: center;
}
table .right {
	text-align: right;
}
/* ==全局样式定义结束== */




/* ==网站通用定义开始== */
/* 间隔补白 */
.c_spacing, .c_spacing4 {
	font-size: 0px;
	line-height: 0px;
	height: 10px;
}
.c_spacing2 {
	height: 20px;
}

/* 溢出隐藏 */
.c_content_overflow {
    overflow: hidden;
}
/* 显示分页 */
.showpage, .showpage a {
	font-weight: bolder;
}
.showpage {
	color: #0066cc;
	text-align: center;
	padding: 5px 0px;
}
.showpage a {
	color: #0066cc;
	background: #e1f3ff;
	padding: 2px 5px;
	margin-left: 5px;
	border: 1px solid #a7d7f6;
	font-weight: normal;
}
.showpage .looppage {
	color: #ffffff;
	background: #0066cc;
	border: 1px solid #003399;
}
/* 显示图片 */
.showpic {
	text-align: center;
	margin: auto;
}
.showpic div {
	margin: auto;
}
.showslogo {
	width: 19px;
	height: 18px;
	border: 0px;
}
/* 清除浮动 */
.clearbox {
	*border-top: 1px solid transparent !important;
	margin-top: -1px !important;
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	border: 0px;
	background: none;
	visibility: hidden;
}
/* 根据登录状态显示或隐藏 */
#nodisplay {
	display: none;
}
/* ==网站通用定义结束== */